Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(nest): Add strict option #16371

Merged
merged 1 commit into from
Apr 18, 2023

Conversation

ndcunningham
Copy link
Contributor

With this option it will add

strictNullChecks, 
noImplicitAny, 
strictBindCallApply, 
forceConsistentCasingInFileNames, 
noFallthroughCasesInSwitch

To the application's tsconfig

Fixes #12407

@ndcunningham ndcunningham force-pushed the feat/add-strict-nestjs branch from ca00715 to c517ec8 Compare April 18, 2023 14:24
@vercel
Copy link

vercel bot commented Apr 18, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 18, 2023 5:23pm

@nx-cloud
Copy link

nx-cloud bot commented Apr 18, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit c674115. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

@ndcunningham ndcunningham force-pushed the feat/add-strict-nestjs branch from 5a78206 to c520a40 Compare April 18, 2023 14:54
@ndcunningham ndcunningham enabled auto-merge (squash) April 18, 2023 15:07
@ndcunningham ndcunningham force-pushed the feat/add-strict-nestjs branch 2 times, most recently from d20d548 to e31ff14 Compare April 18, 2023 15:20
@ndcunningham ndcunningham force-pushed the feat/add-strict-nestjs branch from e31ff14 to c674115 Compare April 18, 2023 17:19
@ndcunningham ndcunningham merged commit ce4a76a into nrwl:master Apr 18, 2023
@ndcunningham ndcunningham deleted the feat/add-strict-nestjs branch April 18, 2023 20:19
peppoasap pushed a commit to peppoasap/nx that referenced this pull request Apr 18, 2023
@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@nrwl/nest:application schematic doesn't support --strict flag
2 participants